projects
/
utf8proc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e902de
)
change `AnyNewerVersion` to `SameMajorVersion` for version compatibility
author
Kevin Albertson
<kevin.eric.albertson@gmail.com>
Fri, 7 Jun 2024 16:56:22 +0000
(12:56 -0400)
committer
Kevin Albertson
<kevin.eric.albertson@gmail.com>
Fri, 7 Jun 2024 16:59:02 +0000
(12:59 -0400)
utf8proc appears to use SemVer. Do not consider different major versions compatible.
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index ce85119649a5b2ac2e2c6c2ef4d349ca854b8494..b97c29928f1417b030f7a22076f7a5b645506970 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-75,7
+75,7
@@
if (UTF8PROC_INSTALL)
)
write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/utf8proc-config-version.cmake"
- COMPATIBILITY
AnyNewe
rVersion
+ COMPATIBILITY
SameMajo
rVersion
)
install(FILES
"${CMAKE_CURRENT_BINARY_DIR}/utf8proc-config.cmake"